string 相关的搜索结果 共有19个

String

This chapter lists code examples about handling strings, including Generate a fixed-length string, Search for and replacstring

fill

Syntax: fill( ) Return: String. Copies times and concatenatecopy,string

rands

Syntax: rands([from ] [length ]) Return: String. Randomly selects characters from [from

replace

Syntax: ( replace [from ] [to ] [first_only] [nocase] [skip_quoted] [string,replace

right

Syntax: right( ) Return: String. Returns the substring from the 1st to the -th characstring,substring

string

Syntax: string( [format ] [escape] [quote] [language ]) Return: String. Converts

trim

Syntax: ( trim [left] [right]) Return: String. Removes whitespace from both sides of

Creative Uses of Strings

In esProc, strings are not merely a data type; they can be used as macros or string constants to construct expressions, string, eval

decimal()

Description: Convert a string or a numeric value to a big decimal number. Syntax: decimal(stringExp) decimal(numberExp) string,numeric value,big decimal number

lower()

Description: Convert all characters of a string to lower case. Syntax: lower(s) Note: The function converts all charactestring, convert to lower case